ArctanOperator
Type
operator
Summary
Arctan operator.
Syntax
atan(<Operand>)
Description
The inverse of the tan operator.
Parameters
Name | Type | Description |
---|---|---|
Operand | An expression that evaluates to a number. |
Examples
variable tVar as Number
put atan(-1) into tVar -- tVar contains -pi / 4
variable tVar as Number
put the arctangent of 1 into tVar -- tVar contains pi / 4